MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / PagesCollection<T> Class / InsertRange Method / InsertRange(Int32,T[]) Method
The index.
The pages.

In This Topic
InsertRange(Int32,T[]) Method
In This Topic
Inserts the elements from an array of page objects into the pages collection at the specified index.
Syntax
'Declaration
 
Public Overloads Sub InsertRange( _
   ByVal index As Integer, _
   ByVal pages() As T _
) 
 

Parameters

index
The index.
pages
The pages.
See Also